projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8074c09
)
Attempt to debug a problem on AppVeyor
author
Alex Crichton
<alex@alexcrichton.com>
Thu, 29 Dec 2016 00:57:29 +0000
(16:57 -0800)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 29 Dec 2016 00:57:29 +0000
(16:57 -0800)
Let's get verbose logs from this step
tests/path.rs
patch
|
blob
|
history
diff --git
a/tests/path.rs
b/tests/path.rs
index 7d057ae75b62022e726e27cf996909efeb14a9ba..1ba68478230b91fffe5b13e1c9e4b2297e34255a 100644
(file)
--- a/
tests/path.rs
+++ b/
tests/path.rs
@@
-89,7
+89,7
@@
fn cargo_compile_with_nested_deps_shorthand() {
execs().with_stdout("test passed\n").with_status(0));
println!("cleaning");
- assert_that(p.cargo("clean"),
+ assert_that(p.cargo("clean")
.arg("-v")
,
execs().with_stdout("").with_status(0));
println!("building baz");
assert_that(p.cargo("build").arg("-p").arg("baz"),